Visual Solutions to Configuring iptables rules using Net Guardian Architect (OPTIONAL) - Lab # 1, due on Nov. 29 !
Set INPUT/OUTPUT to ACCEPT and FORWARD to DROP.
In the View Script tab, find section 3. zNetGuardian defaults to specific security policies.
These are runtime operational commands, not configuration rules. You run these directly in the terminal.
The Architect automatically handles flushing at the start of every generated script to ensure a clean slate.
Drop incoming packets to port 22 (SSH).
Drop incoming from 100.0.0.1 & 1.2.3.4. Drop outgoing to 80.0.0.1.
Drop traffic to www.linuxquestions.org on ports 80/443. (Covers both Output and Forward).
Drop incoming packets from 27.103.0.0/16.
Drop DNS (UDP/53) traffic NOT destined for 8.8.8.8.
! -d 8.8.8.8
zNetGuardian includes this automatically in the "Base Chain Rules".
Allow SSH from LAN (enp0s8), Drop from WAN (enp0s3).